html{
  overflow : auto;
}

body{
  overflow : hidden;
  margin: 0px;
  padding: 0px;
}

#wrapper{
  margin-left : auto;
  margin-right : auto;
  width : 1050px;
}

#page{
  background-color : black;
  margin-top : -6px;
  margin-left: -500%;
  margin-right: -500%;
  padding-left: 500%;
  padding-right: 500%;
}

#center-title{
  padding-left: 300px;
}

#title-area{
  width: 300px !important;
}

#titles{
  position: relative;
}

#title{
  
}

.title-tokaikokuritu{
  position: absolute;
  top: 5px;
  left: 0px;
  width: 220px !important;
}

.title-gifuunv{
  position: absolute;
  top: 90px;
  left: 0px;
  width: 252px !important;
}

.title-igcore{
  position:absolute;
  top: 15px;
  left: 825px;
  width: 220px !important;
}

#icon{
  float : right;
  padding-top: 16px;
}

#clear{
  clear : both;
}

.menu{
  margin-left: -500%;
  margin-right: -500%;
  margin-bottom: 15px;
  padding-left: 500%;
  padding-right: 500%;
  background-image : url(../images/background.png);repeat-x 0 0;
  background-size : 150px 53px ;
  height : 53px ;
}

.m1{
  float : left;
}

#icon a:hover img,.m1 a:hover img{
  opacity: 0.5;
  filter: alpha(opacity=60);
  -moz-opacity:0.5;
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

#left{
  float : left;
  width : 70%;
  margin-right : 50px;
}

#right{
  float: right;
  width : 25%;
}

h1{
  border-left-width : 5px;
  border-bottom-width : 2px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : black;
  border-bottom-color : silver;
  font-size : x-large;
}


.left,.center,.right{
  margin-top : 30px;
  float : left;
  width : 350px;
  text-align : center;
}

#back{
  clear : both;
  text-align : center;
  padding : 50px;
}

#pageclear{
  clear: both;
}

#footer{
  background-color : black;
  margin-left: -500%;
  margin-right: -500%;
  margin-top: 25px;
  margin-bottom: -10px;
  padding-top: 1px;
  padding-bottom: 10px;
  padding-left: 500%;
  padding-right: 500%;
  color: white;
}